home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / eggdrop / eggdrop11.lha / help / dcc.bans < prev    next >
Text File  |  1997-04-05  |  2KB  |  41 lines

  1. ###  bans [wildcard]
  2. ###  bans all
  3.    shows you a list of the global bans active on the current channel,
  4.    and the list of channel-specific bans, as well as any bans that
  5.    are on the channel but weren't placed by the bot.
  6.  
  7.    here's a sample entry;
  8.       [ 5] *!*habib@*frys.com (perm)
  9.            paulie: revolving check policy
  10.            Created 15:10
  11.    the number (5) can be used to reference the ban if you wish
  12.    to remove it (see '.-ban').  next is the actual hostmask being
  13.    banned.  the "(perm)" means that the ban is "permanent": that
  14.    is, it doesn't automatically expire.  if there is an elapsed time
  15.    showing instead, the time displayed is how long the ban has been
  16.    active.  those kind of bans expire after one hour.  the second line
  17.    of the ban entry is the comment ("revolving check policy" -- it
  18.    would seem that paulie had to stand in line for a while) and who put
  19.    the ban there (paulie).  the last line shows when the ban was added,
  20.    and possibly the last time the ban was activated on the channel (if
  21.    it's different from the creation time).
  22.  
  23.    sometimes there will be a "!" or "*" right before the number.  a "!"
  24.    means the ban is in the bot's permban list, but is not currently on
  25.    the channel.  a "*" marks a ban which is NOT in the perman list but
  26.    IS on the channel.
  27.  
  28.    if you use 'bans' it will show you only the bans which are
  29.    currently in action on the channel.  if you use 'bans all' it
  30.    will show you every ban in memory.  (with 'perm-bans' on, these
  31.    are identical.)
  32.  
  33.    if you use 'bans <wildcard>' it will list all the bans (active
  34.    or not) that match against your wildcard.  consider it a 'bans
  35.    all' list matched against your wildcard.
  36.  
  37.    the ban list may change according to which channel you're
  38.    currently viewing in the console.  different bans may be active
  39.    on different channels.
  40. see also: -ban, +ban, kickban, console, set ban-time
  41.